DataFilter for WinForms | ComponentOne
C1.Win.DataFilter.4.5.2 Assembly / C1.Win.DataFilter Namespace / ListingPropertyEventArgs Class / ListingPropertyEventArgs Constructor / ListingPropertyEventArgs Constructor(PropertyInfo,IList<PropertyInfo>)
the data item property to which the filter expression applies.
the collection of parent properties for the current property.

In This Topic
    ListingPropertyEventArgs Constructor(PropertyInfo,IList<PropertyInfo>)
    In This Topic
    Initializes a new instance of the ListingPropertyEventArgs.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal property As PropertyInfo, _
       ByVal parents As IList(Of PropertyInfo) _
    )
    public ListingPropertyEventArgs( 
       PropertyInfo property,
       IList<PropertyInfo> parents
    )

    Parameters

    property
    the data item property to which the filter expression applies.
    parents
    the collection of parent properties for the current property.
    See Also